From: Stefan Monnier Date: Wed, 21 Jan 2004 03:26:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24427 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7afcd57fdf61219ce2cdbbe3921acf4a09d49b8b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cbe11dc9560..44862546392 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-01-20 Stefan Monnier + + * outline.el (outline-insert-heading): Tighten up match. + (outline-demote, outline-move-subtree-down): Don't assume anything + about outline-regexp. + + * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp. + (texinfo-show-structure): Explicitly add ^, and simplify. + 2004-01-20 Glenn Morris * calendar/appt.el (appt-check): Restore usage of @@ -15,22 +24,15 @@ * vc.el (vc-default-previous-version): Doc enhancement. (vc-default-next-version): New function. (vc-print-log): New arg FOCUS-REV. - (vc-annotate-mode): Derives from view-mode now. - (vc-annotate): New args REVISION, DISPLAY-MODE. - (vc-annotate-prev-version): New function. - (vc-annotate-prev-version): New function. - (vc-annotate-next-version): New function. - (vc-annotate-workfile-version): New function. - (vc-annotate-extract-revision-at-line): New function. - (vc-annotate-revision-at-line): New function. - (vc-annotate-revision-previous-to-line): New function. - (vc-annotate-show-log-revision-at-line): New function. - (vc-annotate-show-diff-revision-at-line): New function. - (vc-current-line): New function. - (vc-annotate-warp-version): New function. - - * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New - function. + (vc-annotate-mode): Derive from view-mode. + (vc-annotate): New args REVISION, DISPLAY-MODE. + (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line) + (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line) + (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version) + (vc-annotate-show-diff-revision-at-line, vc-current-line) + (vc-annotate-prev-version, vc-annotate-next-version): New functions. + + * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function. 2004-01-19 Karl Berry @@ -43,19 +45,18 @@ 2004-01-19 Karl Berry - * textmodes/texinfo.el (texinfo-mode): define outline-regexp to start + * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start with ^, since that's what texinfo-show-structure documentation says (plus it works much better in texinfo.txi). 2004-01-18 Jesper Harder - * mail/smtpmail.el (smtpmail-send-data): Don't append spurious - newline. + * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. 2004-01-18 David Ponce (tiny change) * progmodes/which-func.el (which-function-mode): Don't cancel - which-func-update-timer if not set. + which-func-update-timer if not set. 2004-01-17 Thien-Thi Nguyen @@ -77,7 +78,7 @@ Save and restore the deletion status of old messages when reading new mail with spam filter, so that expunging spam does not expunge msgs deleted by the user. - (rmail-only-expunge): added an optional argument dont-show to + (rmail-only-expunge): Add an optional argument dont-show to prevent showing message after expunge. 2004-01-15 Luc Teirlinck